@charset "utf-8";
/* CSS Document */


a{
text-decoration:none;
cursor:pointer;
}

@font-face {
 font-family: 'barlow_semi_condensedmedium';
 src: url('../font/barlowsemicondensed-medium.woff-webfont.eot');
 src: url('../font/barlowsemicondensed-medium.woff-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/barlowsemicondensed-medium.woff-webfont.woff2') format('woff2'),  url('../font/barlowsemicondensed-medium.woff-webfont.woff') format('woff'),  url('../font/barlowsemicondensed-medium.woff-webfont.ttf') format('truetype'),  url('../font/barlowsemicondensed-medium.woff-webfont.svg#barlow_semi_condensedmedium') format('svg');
 font-weight: normal;
 font-style: normal;
}

.en_font_bold {
	font-family: 'barlow_semi_condensedmedium';
}


@font-face {
    font-family: 'poppinsmedium';
    src: url('../font/poppins-medium-webfont.eot');
    src: url('../font/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/poppins-medium-webfont.woff2') format('woff2'),
         url('../font/poppins-medium-webfont.woff') format('woff'),
         url('../font/poppins-medium-webfont.ttf') format('truetype'),
         url('../font/poppins-medium-webfont.svg#poppinsmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinslight';
    src: url('../font/poppins-light-webfont.eot');
    src: url('../font/poppins-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/poppins-light-webfont.woff2') format('woff2'),
         url('../font/poppins-light-webfont.woff') format('woff'),
         url('../font/poppins-light-webfont.ttf') format('truetype'),
         url('../font/poppins-light-webfont.svg#poppinslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

.en_font_xt{
	    font-family: 'barlow_semi_condensedmedium';
	}

.en_font_bold2 {
	font-family: 'poppinsmedium';
}


html, body {
	position: relative;
	padding:0px;
	margin:0px;
}
body {
	font-family: '微软雅黑';
	font-size: 15px;
	color: #555;
	margin: 0;
	
	padding: 0;
}
p {
	margin-block-start: 0em;
	margin-block-end: 0em;
}
a {
	text-decoration:none;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	object-fit: cover;
}
.top_head {
	width:100%;
	height:90px;
	border-bottom:solid 1px rgba(255, 255, 255, 0.25);
	background:rgba(0, 0, 0, 0.1);
	position:fixed;
	top:0px;
	left:0px;
	z-index:999;
	transition:all 0.6s;
}
.top_head:hover{
background:#fff;
}
.down_menu:hover {
	background:#fff;
	transition:all 0.6s;
}
.top_head.down_menu {
	background:#fff;
	transition:all 0.6s;
box-shadow: 0px 3px 15px rgb(0 0 0 / 10%);
}

.top_head_in {
	width:90%;
	max-width:1600px;
	margin:auto;
}
.top_logo {
	max-width:186px;
	width:20%;
	position:relative;
	float:left;
}
.top_menu {
	width:75%;
	padding-left:5%;
	float:right;
	text-align:right;
}
.menu_li {
	display:inline-block;
	padding:0px 1vw;
	height:90px;
	line-height:90px;
}
.menu_li a {
	color:#fff;
	font-size:18px;
	text-align:center;
	position:relative;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

.down_menu .menu_li a{color: #333;}

.menu_li a:hover {
	color:#e80100;
}
.menu_li a:after {
	background:#e80100;
	height:3px;
	width:0%;
	content:'';
	position:absolute;
	bottom:0px;
	left: 50%;
	width: 0;
	transform: translateX(-50%);
 transition: all .5s ease;
}
.menu_li a:hover:after {
	width: 100%;
 transition: all .5s ease;
}
.top_tel {
	display:inline-block;
	margin-top:30px;
	float:right;
}
.top_tel img {
	width:90%;
	max-width:161px;
}
.clear_h {
	clear:both;
}
.logo_img1 {
	opacity:1;
}

.down_menu .logo_img1{
	opacity:0;
}
.down_menu .logo_img2{
	opacity:1;
}

.logo_img2 {
	position:absolute;
	top:0px;
	right:0px;
	opacity:0;
}
.top_head:hover .logo_img2 {
	opacity:1;
}
.top_head:hover .logo_img1 {
	opacity:0;
}

.top_head:hover .menu_li a {
	color:#333;
}
.top_head:hover .menu_li:hover a {
	color:#e80100;
}
.swiper-pagination-bullet {
	width:12px;
	height:12px;
	border-radius:50%;
	border:solid 2px #fff;
	opacity:0.4;
	background:none;
}
.swiper-pagination-bullet-active {
	background:#0097e1;
	border:solid 2px #0097e1;
	opacity:1;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 11%;
	left: 0;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
	display: inline-block;
}
.ba_text {
	width:90%;
	max-width:1600px;
	padding:0px 25px;
	position:absolute;
	left:0px;
	right:0px;
	bottom:15%;
	margin:auto;
}
.ba_title1 {
	font-size:30px;
	text-align:left;
	color:#fff;
	text-shadow: 3px 0 10px rgb(22 78 145 / 40%);
	transform: translateY(40px);
	opacity: 0;
	letter-spacing:5px;
}
.ba_title2 {
	font-size:16px;
	color:#fff;
	text-align:left;
	opacity:0.3;
	margin-top:10px;
	text-shadow: 3px 0 10px rgb(22 78 145 / 40%);
	transform: translateY(40px);
	opacity: 0;
	letter-spacing:1px;
}
.swiper-slide-active .ba_title1 {
	transition: all 2s ease 0.5s;
	transform: translateY(0);
	opacity: 1;
}
.swiper-slide-active .ba_title2 {
	transition: all 2s ease 1s;
	transform: translateY(0);
	opacity: 0.3;
}
.part_in_head {
	background:url(../img/head_bg1.jpg);
	width:100%;
	/* height:147px; */
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
	margin-top: 4%;
	margin-bottom: 20px;
}
.news_head{
	background:url(../img/news_head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.h_title_cn {
	font-size: 40px;
	color:#222;
	line-height:36px;
	margin-bottom:30px;
}
.h_title_en {
	font-size:17px;
	color:#b4b4b4;
}
.part_in_content {
	width:90%;
	max-width:1600px;
	margin:auto;

}
.p1_class_li {
	float:left;
	width:14.285%;
	text-align:center;
	position:relative;
	padding-top:2%;
}
.clear_h {
	clear:both;
}
.p1_num, .p1_name, .p1_btn {
	position:relative;
	z-index:2;
}
.p1_num a {
	font-size:30px;
	color:#e80100;
	line-height:36px;
}
.p1_name a {
	font-size:18px;
	color:#333;
	line-height:32px;
	font-weight:bold;
}
.p1_btn a {
	font-size:14px;
	color:#b4b4b4;
	line-height:30px;
}
.p1_class_li:after {
	background: -webkit-linear-gradient(to top, #ffa000, #de0000);
	background: -o-linear-gradient(to top, #ffa000, #de0000);
	background: -moz-linear-gradient(to top, #ffa000, #de0000);
	background: -mos-linear-gradient(to top, #ffa000, #de0000);
	background: linear-gradient(to top, #ffa000, #de0000);
	width:155px;
	height:155px;
	border-radius:50%;
	content:'';
	top:0%;
	left:0px;
	right:0px;
	margin:auto;
	display:block;
	position:absolute;
	z-index:1;
	box-shadow:0px 10px 25px #ffe3c9;
	transform: translateY(10px);
	opacity:0;
	transition:all 0.6s;
}
.p1_class_li:hover:after {
	transform: translateY(0px);
	opacity:1;
	transition:all 0.6s;
}
.p1_class_li.cur a {
	color:#fff;
}
.p1_class_li.cur:after {
	transform: translateY(0px);
	opacity:1;
	transition:all 0.6s;
}
.p1_class_li:hover a {
	color:#fff;
}
.p1_class_li .p1_btn a {
	opacity:0.6;
}
.p1_head {
	height:155px;
}
.p1_case {
	margin-top:4%;
}
.p1_case {
	width:100%;
	margin:auto;
	margin-top: 1%;
}
.p1_case_li {
	width:31%;
	margin:1%;
	display:inline-block;
	position:relative;
	overflow:hidden;
	border-radius:5px;
}
.p1_case_li:before {
	position:absolute;
	bottom:0px;
	left:0px;
	content:'';
	width:100%;
	height:100%;
	background: -webkit-linear-gradient(to right, #ffa000, #de0000);
	background: -o-linear-gradient(to right, #ffa000, #de0000);
	background: -moz-linear-gradient(to right, #ffa000, #de0000);
	background: -mos-linear-gradient(to right, #ffa000, #de0000);
	background: linear-gradient(to right, #ffa000, #de0000);
	z-index:2;
	opacity:0;
	transition:all 1s;
}
.p1_case_li:hover{
box-shadow:0px 15px 35px rgba(0,0,0,0.25);
transition:all 1s;
}
.p1_case_li:hover:before {
	opacity:0.9;
	transition:all 1s;
}
.p1_case_li img {
	width:100%;
	transition:all 1s;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
.p1_case_li:hover img {
	transition:all 1s;
	transform:scale(1.1);
}
.p1_case_title {
	position:absolute;
	bottom:25px;
	left:0px;
	width:100%;
	color:#fff;
	font-size:18px;
	text-align:center;
	z-index:3;
	transition:all 0.6s;
}
.p1_case_li:after {
	background:url(../img/case_bar_bg.png) bottom;
	height:30%;
	position:absolute;
	bottom:0px;
	left:0px;
	content:'';
	background-position-y: 0%;
	width:100%;
	z-index:1;
	border-radius:0px 0px 5px 5px;
}

.p1_case_li .p1_case_img a {
	text-align:center;
	color:#fff;
	/* margin-top:20px; */
	position: relative;
	padding-bottom: 65%;
	display: block;
	width: 100%;
}
.p1_case_li a {
    text-align: center;
    color: #fff;
    margin-top: 20px;
		text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
width:94%;
margin:auto;
}
.p1_case_btn {
	color:#fff;
	font-size:18px;
	margin-top:15px;
	display:none;
}
.p1_case_btn a {
	text-decoration:underline;
}
.p1_case_li:hover .p1_case_title {
	bottom:42%;
	transition:all 0.6s;
}
.p1_case_li:hover .p1_case_title a.a_title {
	font-size:20px;
	font-weight:bold;
}
.p1_case_li:hover .p1_case_btn {
	display:block;
}


.part2_bg{
width:100%;
background:url(../img/h_about_bg.jpg) top center no-repeat;
margin-top:4%;
margin-bottom:4%;
}

.white_c{
color:#fff;	
}

.no_bg
{
	background:none;
}
.part2_bg_in{
padding:1% 0px;	
}

.part2_txt{
width:100%;
max-width:780px;
color:#fff;
font-size:16px;
margin:auto;
text-align:center;
line-height:30px;
opacity:0.5;
}


.part2_nr{
width:90%;
max-width:1600px;
background:#fff;
border-radius:5px;
box-shadow:0px 15px 35px rgba(0,0,0,0.15);
min-height:100px;
margin:auto;
padding:2%;
margin-top:2.5%;
position:relative;
}

.part2_nr:after{
background:url(../img/sjs_xs_pic.png) right top no-repeat;
	width:100%;
	position:absolute;
	top:-11%;
	left:0px;
	height:100%;
	content:'';
	display:none;
}


.part2_nr_left{
	float:left;
	width:68%;
	z-index:9;
	position:relative;
	}
.part2_nr_right{
	position:relative;
	z-index:9;
	float:right;
	padding-left:4%;
	width:28%;
	z-index:9;
	margin-top:8%;
	}
	
	.swiper_pagination_sjs{
		display:none;
		}
.sjs_li{
	overflow:hidden;
	border-radius:5px;
	position:relative;
	background: #000;
	}
.sjs_li img{width:100%;transition:all 0.6s;opacity: 0.8;}	
.mySwiper_sjs .swiper-slide:hover img{
	transform:scale(1.1);
	transition:all 0.6s;
	opacity: 1;
}
.mySwiper_sjs .swiper-slide:hover .sjs_bf{
	display:none;
}
.sjs_txt_nr{
	position: relative;
	bottom:0px;
	left:0px;
	padding: 15px;
	text-align: center;
}

.sjs_txt_nr a{
	color: #555;
	line-height:28px;
}

.sjs_txt_nr span.sjs_name{
	font-size: 16px;
	/* font-weight:bold; */
	text-align: center;
	width: 100%;
}

.sjs_txt_nr span.sjs_zw{
	font-size:15px;
	opacity:0.5;
}

.part2_nr_right{

text-align:right;	
}
.sjs_r_title{
	font-size:36px;
	color:#333333;
}
.sjs_r_fbt{
	color:#333333;
	font-size:24px;
	margin-top:5px;
	margin-bottom:20px;
}
.sjs_r_txt{
	color:#a4a4a4;
	font-size:16px;
	line-height:30px;
}

.sjs_r_btn{
	color:#d2d2d2;
	font-size:16px;
	width:155px;
	height:48px;
	border-radius:30px;
	border:solid 2px #d2d2d2;
	text-align:center;
	line-height:48px;
	display:block;
	float:right;
	margin-top:6%;
}

.sjs_r_btn:hover{

	background:#e80100;
	color:#fff;
	border:solid 2px #e80100;
}

.bg_1{
	background:#f2f2f2;
}

.top_head.topfixed {
    background: rgba(255,255,255,0.95) !important;
    transition: all 0.5s;
    box-shadow: 0 0 3px 2px rgb(0 0 0 / 10%);
}

.part3_bg{
margin-top:2%;
padding-bottom:5%;
}

.part3_in{
	padding-top: 2%;
}
.p3_news_left{
width:55%;
float:left;
}

.p3_news_right{
width:40%;
float:right;
}

.p3_news_li{
width:46%;
margin:0 2%;
float:left;
}

.p3_news_date{
color:#222222;
padding-top:10%;
border-top:solid 2px #43464b;
}


.p3_news_title{
font-size:24px;
line-height:36px;
margin-top:6%;
margin-bottom:4%;
}

.p3_news_title a{
color:#222222;
}

.p3_news_sml{
font-size:15px;
line-height:28px;
text-align:left;
}

.p3_news_sml a{
color:#777;

}

.p3_news_btn{
margin-top:8%;
font-size:15px;
text-decoration:underline;
}

.p3_news_btn a{
color:#cbcbcb;
}


.p3_news_li:Hover .p3_news_btn a{
color:#008cd1;
}


.p3_news_r_li{
width:90%;
padding: 5%;
background: -webkit-linear-gradient(to right, #ffa000, #de0000);
	background: -o-linear-gradient(to right, #ffa000, #de0000);
	background: -moz-linear-gradient(to right, #ffa000, #de0000);
	background: -mos-linear-gradient(to right, #ffa000, #de0000);
	background: linear-gradient(to right, #ffa000, #de0000);
}
.p3_news_pic{width:100%;overflow:hidden;position: relative;padding-bottom: 50%;}
.p3_news_pic img{width:100%;transition:all 1s;position: absolute;top: 0px;left: 0px;height: 100%;}
.p3_news_right:hover img{
transform:scale(1.1);
transition:all 1s;
}
.p3_news_r_title{
width:70%;
float:left;
}
.p3_news_r_title a{
color:#fff;
font-size:20px;
font-weight:bold;
}
.p3_news_r_more{
float:right;
text-align:right;
margin-right:5%;
width:20%;
}
.p3_news_r_more{
 font-size:18px;
 margin-top:5px;
}

.p3_news_r_more a{
color:#fff;
}

.p3_news_li a:hover{
color:#008cd1;
}


.p3_news_r_title a:hover{
text-decoration:underline;
}

.p3_news_r_more a:hover{
text-decoration:underline;
}


.page_bottom{
background:#333333;
padding:2%;

}

.page_bottom_in{
max-width:1600px;
width:90%;
margin:auto;
}

.page_bottom_in.border_b{
border-bottom:solid 1px #484848;
padding-bottom:1.5%;
}

.bottom_left{
width:49%;
float:left;
}

.bottom_right{
width:49%;
float:right;
text-align:right;
}

.bottom_contact,.bottom_email,.bottom_bq{
 line-height:30px;
 color:#999999;
 font-size:15px;
 line-height:30px;
}

.bottom_contact a,.bottom_email a,.bottom_bq a{
color:#fff;
}

.bottom_fxd{
margin-top:10px;
}

.bottom_left_l{
width:14%;
float:left;
}

.bottom_left_l img{
max-width:67px;
width:90%;
}


.bottom_left_r{
width:86%;
float:left;
}

.bottom_name{
color:#fff;
font-size:24px;
}

.bottom_con_ba{
width:182px;
height:50px;
line-height:50px;
border:solid 2px #969696;
border-radius:30px;
text-align:center;
float:right;
margin-top:10px;
}

.bottom_con_ba a{
color:#999999;
font-size:15px;
display:block;
}

.bottom_con_ba:hover{
border:solid 2px #e80100;
background:#e80100;
}

.bottom_con_ba:hover a{
color:#fff;
}
.bottom_con_ba:hover img{
display:none;
}

.page_bottom_in.last{
padding-top:1.5%;
}




.bottom_bq{
margin-top: 10px;
}    




.bottom_con_ba img{
margin-top:10px;
}


 .toTop {
    display: none;
     position: fixed;
    z-index: 5;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #333333 url(../img/back.png) no-repeat center;
    transition: all .3s linear;
    background-size: 26px;
    border-radius: 0px;
    border-radius: 50%;
}




.in_nr{
	min-height:500px;
	background:#f0f0f0;
	margin-top:90px;
}


.in_banner img{
width:100%;
}

.in_head_fl{
width:100%;
height:60px;
background:#fff;
line-height:60px;
}

.in_head_fl_ul{
width:94%;
max-width:1600px;
margin:auto;
text-align:left;
}

.in_case_li{
display:inline-block;	
}

.in_case_li a{
color:#333;
padding:0px 20px;
font-size:15px;
}

.in_case_li a:hover {
    background: #e80100;
	font-weight:bold;
	color:#fff;
	display:block;
	
	background: -webkit-linear-gradient(45deg, #ffa000, #de0000);
	background: -o-linear-gradient(45deg, #ffa000, #de0000);
	background: -moz-linear-gradient(45deg, #ffa000, #de0000);
	background: -mos-linear-gradient(45deg, #ffa000, #de0000);
	background: linear-gradient(45deg, #ffa000, #de0000);
}

.in_case_li a.current {
    background: #e80100;
	font-weight:bold;
	color:#fff;
	display:block;
	
	background: -webkit-linear-gradient(45deg, #ffa000, #de0000);
	background: -o-linear-gradient(45deg, #ffa000, #de0000);
	background: -moz-linear-gradient(45deg, #ffa000, #de0000);
	background: -mos-linear-gradient(45deg, #ffa000, #de0000);
	background: linear-gradient(45deg, #ffa000, #de0000);
}

.in_nr_c{
	width:90%;
max-width:1600px;
margin:auto;
padding:4% 0px;
	}

.in_head_en{
  font-size:36px;
  color:#dedede;
  line-height:36px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.in_head_title{
	font-size:36px;
	color:#333;
	font-weight:bold;
}

.in_left{
width:38%;
float:left;
line-height:28px;
font-size:15px;
}

.in_left.jj_xs{
padding-top:3%;	
}


.in_right{
width:58%;
float:right;
}

.title_gs{
font-size:20px;
font-weight:bold;
color:#e80100;
margin-top:30px;
margin-bottom:10px;
}

.title_gs span{
color:#bfbfbf;
font-size:16px;
text-transform:uppercase;	
font-weight:normal;
}

.title_gs.other1{
color:#333;
line-height:30px;
font-size:20px;
}


#dituContent{
	
width:100%;height:350px;border:#ccc solid 1px;


}
.in_right_in{
	padding:3%;
background:#fff;
}

.con_tel{
  font-size:30px;
  color:#e80100;
  margin:20px 0px 5px 0px;
}


.gs_jj{
text-align:left;
line-height:28px;
font-size:15px;
color:#555;
}
.gs_jj p ~ p {
	margin-top: 10px;
}
.gs_jj img{
width:100%;
margin:auto;
display:block;
}



.in_left.l_kd1{
width:50%;
}

.in_right.r_kd1{
width:50%;
text-align:center;
}

.in_right_t{
	width:85%;
	margin:auto;
	padding-top:10%;
	text-align:center;
}

.in_right_t p{
	text-align:center;
	margin:auto;
	margin-top:25px;
	width:90%;
	
}

.in_nr_c1{
width:100%;
background:#fff7ef;
}

.in_right_t p.gs_jj_en {
	font-size: 13px;
    line-height: 20px;
    color: #b9b9b9;
    width: 80%;
    margin: auto;
	padding-top:15px;
}
.in_nr_c_bg{
	background:#fff;
	padding:3%;
	margin-top:2%;
	text-align:center;
	    box-shadow: 0px 5px 25px #e2e2e2;
}

.in_nr_c_bg img{
	width: auto;
	max-width: 100%;
}


.in_news_li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	margin-top:20px;
	padding-bottom:20px;
		transition:all 0.6s;
}

.in_news_date{
width:10%;
float:left;
font-size:24px;
color:#c3c3c3;
position:relative;
margin-top:20px;
}

.in_news_txt{
width:65%;
float:left;
}

.newsimg{
width: 20%;
    float: right;
    display: block;
    margin: 16px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-size: cover;
    padding-bottom: 10%;
    background-position-x: right;
    border-radius: 2%;
}

.in_news_date:after{
     position: absolute;
    bottom: -40px;
    left:0px;
    content:'';
    display: block;
    width: 15px;
    height: 9px;
    margin: 13px 0 0 11px;
    transition: all 0s ease-out 0s;
    background: url(../img/icon.png) no-repeat -110px -11px;
}


.news_title{
font-size:24px;
color:#333;
margin-bottom:15px;
margin-top:15px;
}

.news_description{
	color:#999;
	line-height:28px;
	font-size:15px;
	text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}



.in_news_li:Hover {
  	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background:#fff;
	padding:1.5%;
	transition:all 0.6s;
}

.in_news_li:Hover .news_title{
	color:#e80100;
}

.page_num{
width:100%;
text-align:center;
padding-bottom:5%;
}

.page_num a {
	display:inline-block;
	width:40px;
	height:40px;
	font-size:18px;
	border:solid 1px #ddd;
	line-height:40px;
	margin:4px;
	border-radius:4px;
	color:#555;
}

.page_num a:Hover{
background:#e80100;
border:solid 1px #e80100;
color:#fff;
}

.page_num a.page-num-current{
background:#e80100;
border:solid 1px #e80100;
color:#fff;
}


.news_detail_title{
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom:15px;
margin-top:30px;
font-size:24px;
color:#333;
line-height:36px;
}

.news_detail_title span{
	font-size:18px;
	color:#d2d2d2;
}

.in_news_c p{
    color: #555;
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;

}



.detail_npic{
margin:auto;
pading-top:4%;
position:relative;
border-right:4px;
}


.detail_npic img{
	width:100%;
	border-right:4px;
}


.in_li_c{
width:22.75%;
float:left;
margin-right:3%;
margin-bottom:2%;
position:relative;
}

.in_li_c:nth-child(4n){
margin-right:0px;
}



.in_ba_img{border-radius:5px;overflow:hidden;transition:all 0.5s;position:relative;/* padding-bottom: 100%; */background: #000;}
.in_ba_img img{
  width:100%;
  transition:all 1s;
  border:none;
  position: relative;
  top: 0px;
  left: 0px;
  height: 100%;
  opacity: 1;
}

.in_li_c:hover .in_ba_img img{
	opacity:1;
}

.in_li_c:hover .sjs_bf{
	display:none;
}

.in_ba_text{font-size:15px;text-align:center;color:#555;padding: 15px 10px 0px 10px;}

.in_ba_text a{
color:#555;

}

.in_sjs_text{
position:absolute;
bottom:25px;
width:80%;
left:0px;
right:0px;
display:block;
margin:auto;
color:#fff;
line-height:28px;
font-size:15px;
z-index:9;
}

.in_ba_img:after {
	background:url(../img/case_bar_bg.png) bottom;
	height:30%;
	position:absolute;
	bottom:0px;
	left:0px;
	content:'';
	background-position-y: 0%;
	width:100%;
	z-index:1;
	border-radius:0px 0px 5px 5px;
	z-index:8;
	display: none;
}

.de_sjs_name{
font-size:24px;
font-weight:bold;
color:#333;
margin:3% 0px 15px 0px;
}

.de_sjs_dbxm{
margin-top:20px;
}


.in_li_c:Hover a{color: #e80100;font-weight:bold;}

.in_li_c:hover img{
transition:all 1s;
transform:scale(1.1);
}


.in_li_c:hover .in_ba_img{
  transition:all 0.5s;
  box-shadow:0px 5px 30px #ccc;
transform: translateY(-5px);
}




.in_case_c{
  color: #555;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}

.in_case_c p{
 margin-bottom:15px;
}

.in_case_c img{
width:100%;
border-radius:5px;
}


.in_case_in{
margin-top:30px;
}




.sjs_left_btn{
	
	font-size:16px;
	width:155px;
	height:48px;
	border-radius:30px;
	text-align:center;
	line-height:48px;
	display:block;
	float:left;
	margin-top:6%;
		background:#e80100;
	color:#fff;
	border:solid 2px #e80100;
}

.sjs_left_btn:hover{
	background:none;
	color:#e80100;
	border:solid 2px #e80100;
}

.sjs_left_btn a{
color:#fff;
}

.sjs_left_btn:hover a{
color:#e80100;
}




.in_nr_c.nr_sml{
        /* max-width: 840px; */
    padding: 2%;
    background: #fff;
    margin-top: 0%;
    width: 64%;
    float: left;
    margin-right: 2%;
}


.in_case_deright{
	width:26%;
	float:right;
	background:#fff;
	padding:2%;
}
.in_case_deright img{
	width:100%;
	border-radius:5px;
	transition:all 0.6s;
}

.in_case_lire:hover img{
	transform:scale(0.95);
	transition:all 0.6s;
	cursor:pointer;
}

.in_case_lire a{
color:#555;
}

.in_case_dename{
	font-size:24px;
	color:#333;
	margin-bottom:10px;
}
.in_re_name{
	font-size:15px;
	width:100%;
	margin-top:10px;
	margin-bottom:15px;
	text-align:center;
}

.in_li_c.sjs_li .in_ba_img{
padding-bottom:125% !important;
}

.top_menu_tel{
	display:none;
}




.sjs_bf{
    position: absolute;
    top: 40%;
    left: 0px;
    z-index: 9;
    width: 100%;
    text-align: center;
}
.sjs_bf img{
	max-width: 50px;
    margin: auto;
}


.in_nrhead_left{
	float:left;
}
.in_nrhead_right{
	float:right;
	text-align:right;
	font-size:14px;
	color:#999;
	    padding-top: 2%;
		    display: flex;
}

.in_nrhead_right a{
	color:#999;
}

.in_nrhead_right a:hover{
	color:#e80100;
}

.in_nrhead_right img{
	margin-right:5px;
	}




.in_case_de_in{
	width:94%;
	max-width:1600px;
	margin:auto;
	margin-top: 3%;
}

.bottom_message .mess_type{
	border: solid 1px #707070;
    background: none;
    color: #9e9e9e;
    padding: 10px;
	border-radius:4px;
	width:150px;
	}
.bottom_message input{
	border: solid 1px #707070;
    background: none;
    color: #9e9e9e;
    padding: 10px;
	border-radius:4px;
	}
.mess_submit{
	background: #c52808;
    border: none;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
	}


.mess_submit:hover{
	
	color:#333;
	background:#fff;
	cursor:pointer;
}



.inother .in_ba_img{
	position:relative;
	padding-bottom:75%;
}

.inother img{
	position:absolute;
}


.in_case_c img{
	max-width:800px !important;
	width:100%;
}

.form_text{
    margin-bottom: 5%;
}
.form_text p{
font-size: 16px;
color: #333;
}

.form_text input{
width: 100%;
height: 40px;
border: 1px solid #ddd;
margin-bottom: 10px;
padding-left: 15px;
box-sizing: border-box;
}

.form_text .submit {
    display: block;
    padding: 0 10px;
    height: 40px;
    border: 0 none;
    border-radius: 2px;
    background: #e80100;
    color: #fff;
    font-family: 'Microsoft YaHei',Tahoma,Verdana,'Simsun';
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
}

.form_text .submit:hover{
     background:#111;
    
}
